home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Re Virtual key up events.1 < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.1 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Virtual key up events
  2. Sent:        6/4/96 11:07 AM
  3. Received:    6/4/96 11:21 AM
  4. From:        Mark Lanett, mlanett@meer.net
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. At 10:42 AM 6/4/96, Damon Cokenias wrote:
  9. [how to get KeyUp events]
  10.  
  11. While you can cause the MacOS to generate keyup events, note that this will
  12. be process-wide, causing *all* parts to recieve them. Most will probably
  13. ignore them, but it can still cause problems. To avoid problems, enable the
  14. keyups only when you get the keyboard focus and reset it to the previous
  15. value when you lose that focus.
  16.  
  17. In this case it's possible to avoid conflicts, but not always (like the
  18. current color manager palette). In general it's better to avoid situations
  19. which require changing process-wide flags.
  20.  
  21. At 10:15 AM 6/4/96, Erlend Stav wrote:
  22. >Have been trying to figure out how to get key -up- events in ODF, but have
  23. >not been able to .
  24. >I have tried implementing DoVirtualKey for my frame, but I only receive key
  25. >-down- events.
  26.  
  27.  
  28. Mark Lanett, ODF
  29.  
  30.